.. _`Concatenate text`: .. _`org.sysess.sympathy.texts.concatenatetexts`: Concatenate text ```````````````` .. image:: join_text.svg :width: 48 Documentation ::::::::::::: Concatenate two or more texts with an optional separator. Definition :::::::::: Input ports ........... **in** | Type: text | Description: Text part | Optional number of ports: 2--inf (default: 2) Output ports ............ **out** | Type: text | Description: Concatenated text Configuration ............. **Separator** (sep) A string to be inserted between each part. Examples ........ Example flows demonstrating this node: * :download:`ConcatenateTexts.syx ` Implementation .............. .. automodule:: node_text_operations :noindex: .. class:: ConcatenateTexts :noindex: